home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mc / panel / scripts / DefineButton2_141 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-03-20  |  295 b   |  9 lines

  1. on(release){
  2.    set("_level40/sound/lib:sound","219");
  3.    call("_level40/sound/lib:play");
  4.    setProperty("../dropdowntemp", _visible, "0");
  5.    set("../../../codelib:querysubject","Enter a New Category");
  6.    set("../../../codelib:updatecat","new");
  7.    call("../../../codelib:newcat");
  8. }
  9.